New script auto_commands.py: Auto sends commands on client start#571
New script auto_commands.py: Auto sends commands on client start#571tomteipl wants to merge 1 commit intoweechat:mainfrom
Conversation
2737169 to
e0b0df6
Compare
|
Have a look at weechat.startup.command_after_plugins and weechat.startup.command_before_plugins |
You are right. I should gather more information about |
|
If you have an idea, simply ask in libera.#weechat if there is alrady an solution ;-) |
|
I agree with @weechatter, the default options So I think your script is not needed, or maybe I missed something? |
|
@flashcode Although its easier at least for me to have simple separate list of commands i added. I will keep it in my public repo and continue developing. I appreciate the answer, PR can be closed sir. |
Script info
auto_commands0.3py2py3configDescription
Create and add your own commands to be send on client start.
You can specify after what time the commands will be send, for example: after 10 sec.
Check list of added commands by you and remove them by index or text.
Checklist (new script)
New script name.py: short description…hook_processis used for any blocking call